萌番[漫].js 959 B

1234567891011121314151617181920212223242526272829303132
  1. var rule = {
  2. title: '萌番[漫]',
  3. host: 'https://www.mfan.tv',
  4. url: '/type/fyclass/page/fypage/',
  5. searchUrl: '/search/wd/**/page/fypage/',
  6. searchable: 2,
  7. quickSearch: 0,
  8. filterable: 0,
  9. class_name: '新番&番剧&剧场',
  10. class_url: '20&21&22',
  11. limit: 6,
  12. play_parse: true,
  13. lazy: $js.toString(() => {
  14. let html = JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);
  15. let url = html.url;
  16. if (url) {
  17. input = {parse: 0, url: url}
  18. }
  19. }),
  20. double: false,
  21. 推荐: '*',
  22. 一级: '.hl-vod-list li;.hl-item-thumb&&title;.hl-item-thumb&&data-original;.remarks&&Text;.hl-item-thumb&&href',
  23. 二级: {
  24. title: 'h2&&Text',
  25. desc: '.hl-full-box&&li:eq(-2)&&Text',
  26. content: '.blurb&&Text',
  27. img: '.hl-item-thumb&&data-original',
  28. tabs: '.hl-plays-from a',
  29. lists: '.hl-plays-list:eq(#id)&&li',
  30. },
  31. 搜索: '*',
  32. }